You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > clValue Structure > clValue Methods > Sub Method > clValue.Sub Method ([In] TOpenCLValue, [In] TOpenCLValue)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
clValue.Sub Method ([In] TOpenCLValue, [In] TOpenCLValue)

Computes Vec1 - Vec2.

Syntax
C#
Visual Basic
public TOpenCLValue Sub([In] TOpenCLValue Vec1, [In] TOpenCLValue Vec2);

Stores the result in the calling object. FloatPrecision and Complex property of the calling object are adjusted automatically. An exception is raised if Vec1 and Vec2 FloatPrecision and Complex properties do not match.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!